GET api/v2/samples/NewAnalysisMethodAnalyses?sampleId={sampleId}&methodAnalysisIds[0]={methodAnalysisIds[0]}&methodAnalysisIds[1]={methodAnalysisIds[1]}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
|
| methodAnalysisIds | Collection of integer |
Required |
Response
DefaultResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean | ||
| Messages | Collection of string | ||
| DialogType | integer | ||
| Data | Object |
Response Format
application/json, text/json
Sample:
{
"Success": true,
"Messages": [
"sample string 1",
"sample string 2"
],
"DialogType": 1,
"Data": {}
}
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"DialogType":1,"Data":{}}